Dimension dependent convex optimization

Consider a Convex function f(𝐱)f(\mathbf{x}) bounded between [B,B][-B,B] on a constraint set 𝒮\mathcal{S}.

The Center-of-Gravity Method finds 𝐱̂\hat{\mathbf{x}} satisfying f(𝐱̂)min𝐱𝒮f(𝐱)+ϵf(\hat{\mathbf{x}}) ≤ \min_{\mathbf{x} \in \mathcal{S}} f(\mathbf{x}) + \epsilon using O(dlog(B/ϵ))O(d \log(B/\epsilon)) calls to a function and gradient oracle for convex ff.

#incomplete


see: Convex optimization


References:

  1. https://cims.nyu.edu/~cfgranda/pages/OBDA_fall17/notes/convex_optimization.pdf